From: Eli Zaretskii Date: Tue, 27 Aug 2019 16:13:39 +0000 (+0300) Subject: ; Fix commentary of last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~1717^2~54 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b5e18f9fe5514e25aa547b87b5eb56a983b23bd6;p=emacs.git ; Fix commentary of last change. --- diff --git a/src/gnutls.c b/src/gnutls.c index fb75eb930f1..577675f3400 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -567,9 +567,9 @@ init_gnutls_functions (void) # endif # endif /* HAVE_GNUTLS3 */ -/* gnutls_free is a data pointer to a variable which holds a pointer - to the function. We use #undef because MinGW64 defines gnutls_free - as a macro as well in the GnuTLS headers. */ +/* gnutls_free_func is a data pointer to a variable which holds an + address of a function. We use #undef because MinGW64 defines + gnutls_free as a macro as well in the GnuTLS headers. */ # undef gnutls_free # define gnutls_free (*gnutls_free_func)